xenstore: expanding_buffer variables are supposed to be static. Apart
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Dec 2007 17:56:13 +0000 (17:56 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Dec 2007 17:56:13 +0000 (17:56 +0000)
commit3d87f3ac6c4aeffd0e93cacd8956474c194b6989
treec45083020344caf23f48051d85d3faaaa4fd9d4b
parentdc5b64fd6149123af9a1230eb2819a27e505e3a9
xenstore: expanding_buffer variables are supposed to be static. Apart
from anything else, this was guaranteeing they were initialised.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/xenstore/xenstore_client.c